home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / develop / develop issue 26 / develop issue 26 code / qd3d custom attributes / bewhurled 1.0d1 / bewhurled readme v1.0d1 < prev   
Encoding:
Text File  |  1996-03-29  |  4.5 KB  |  113 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. BeWhurled, created by John Louch, is a freeware Power Macintosh native application for viewing 3DMF models. BeWhurled relies on QuickDraw 3D for rendering, picking, and navigation. The current version of BeWhurled allows users to view 3DMF models from different camera positions, and to jump to other Web sites. 
  12.  
  13. Note: BeWhurled requires QuickDraw 3D. If you don't have QuickDraw 3D, you can obtain it  through the QuickDraw 3D web site (http://www.info.apple.com/qd3d). 
  14.  
  15. Please send any requests or bug reports to John Louch (jlouch@apple.com) 
  16.  
  17.    Version History
  18.  
  19. 1.0d1    -    First public release
  20.  
  21.     Known Bugs
  22. • 3D border in the viewer window do not draw correctly in colors lower than 256.
  23.  
  24.    Quick How to Use
  25. General
  26. • To open a 3D model select Open from the File Menu. You can open 'TEXT' or '3DMF' files.
  27. • You can open multiple windows subject to RAM
  28.  
  29. To manipulate a 3D model
  30. Use the tools in the toolbar.  From top to bottom these tools are:
  31.  
  32. Distance - Click and drag upward to move the object away from you. Drag down to move the item towards you.
  33.  
  34. Rotation - Click on the object or outside of the object and move the mouse. Notice that the positioning of where you click determines the axis and type fo rotation.
  35.  
  36. Panning - Click and drag right or left of up or down to pan the object around on the screen
  37.  
  38. There are shortcuts for each of these tools:
  39. Command - 1: Distance
  40. Command - 2: Rotation
  41. Command - 3: Panning
  42.  
  43. To navigate a 3D model:
  44. Currently navigation is controlled through the keyboard, make sure the plugin is focused by clicking in it, before you navigate.  Use the arrow keys on your keyboard to navigate.
  45.  
  46. Traverse
  47.   - Up arrow: will move you into the model
  48.   - Down arrow: will move you away from the model
  49.   - Left arrow : will move you to the left of the model
  50.   - Right arrow: will move you to the right of the model
  51.   - Control + Up arrow: will move you up
  52.   - Control + Down arrow: will move you down
  53.  
  54. Rotate
  55.   - Shift + Up arrow: will cause you to rotate around yourself by looking up
  56.   - Shift + Down arrow: will cause you to rotate around yourself by looking down
  57.   - Shift + Left arrow: will cause you to rotate around yourself by looking left
  58.   - Shift + Right arrow: will cause you to rotate around yourself by looking right
  59.  
  60. Rotate Environment
  61.   - Option Shift + Up arrow: will rotate around the center the model by moving up
  62.   - Option Shift + Down arrow: will rotate around the center the model by moving down
  63.   - Option Shift + Left arrow: will rotate around the center of the model by moving left
  64.   - Option Shift + Right arrow: will rotate around the center of the model by moving right
  65.  
  66. Look
  67.   - Option + Up arrow: will cause you to look up
  68.   - Option + Down arrow: will cause you to look down
  69.   - Option + Left arrow: will cause you to look left
  70.   - Option + Right arrow: will cause you to look right
  71.  
  72. Resize
  73.   - '-' key: will make you smaller relative to the model
  74.   - "=" key: will make you larger relative to the model
  75.  
  76. To Handle URL links:
  77.  
  78. BeWhurled understands URLs that are attached to 3D objects in a model.  If you move your mouse over one of these models then the 3D object will blink and the status bar will tell you the url you are over.  If you click on that object you will be taken to the URL.   Note: holding the control key down when over a URL will allow you to navigatge with your mouse without taking you to the URL.
  79.  
  80. Drag & Drop URLs:
  81.  
  82. BeWhurled accepts url drags from Netscape.  Simply select a url in netscape and drag it over a 3DMF model in BeWhurled, the object you are over will highlight.
  83.  
  84.  
  85. How to Use BeWhurled as a Netscape Helper Application
  86.  
  87.     1.From the NetScape Options menu, choose Preferences.
  88.        The Preferences window opens, showing Window and Link Styles.
  89.  
  90.     2.From the menu displaying Window and Link Styles, choose Helper Applications.
  91.        The window changes to show the Helper Applications settings.
  92.  
  93.     3.Click the New... button.
  94.        A dialog box appears displaying two text fields.
  95.        Click inside the Mime type text field, and type x-world.
  96.        Click inside the Mime sub-type text field, and type x-3dmf.
  97.        Click the OK button.
  98.  
  99.    4.Click the Browse button.
  100.        A file directory pop-up is displayed. 
  101.  
  102.    5.Select BeWhurled and click Open.
  103.  
  104.    6.Click the Launch application radio button.
  105.  
  106.    7.Click the file type pop-up and select 3DMF.
  107.  
  108.    8.Click inside the Extensions text field, and type 3dmf.
  109.  
  110.    9.Click OK.
  111.        The Preferences window closes.
  112.  
  113. That's it. Now, when you click a url with 3dmf content, the BeWhurled viewer will launch, displaying the scene or object in a separate window.